home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 143
/
(Vol 143) Nov 15 2011.iso
/
Games
/
rubenlandia.swf
/
scripts
/
frame_5
/
PlaceObject2_120_211
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2011-11-15
|
135b
|
8 lines
onClipEvent(enterFrame){
if(this.hitTest(_root.hero))
{
_root.score += 100;
_root.c10.gotoAndStop(18);
}
}